home *** CD-ROM | disk | FTP | other *** search
- // Maltese keyboard map (based on MSA Standard DMS100, annex A)
- // by Ramon Casha (ramon.casha@linux.org.mt)
- //
- // $XFree86: xc/programs/xkbcomp/symbols/mt_us,v 1.2 2002/12/13 04:18:03 dawes Exp $
-
- partial default alphanumeric_keys
- xkb_symbols "basic" {
-
- // Describes the differences between the en_US
- // keyboard and the Maltese keyboard.
-
- include "us(basic)"
- name[Group1]= "Maltese (US layout)";
-
- // the following four sets are the four additional letters (C. G. H- Z.)
- // Group 2 contains the UK equivalents
- key <TLDE> { [ cabovedot, Cabovedot ],
- [ grave, asciitilde ] };
- key <AD11> { [ gabovedot, Gabovedot ],
- [ bracketleft, braceleft ] };
- key <AD12> { [ hstroke, Hstroke ],
- [ bracketright, braceright ] };
- key <BKSL> { [ zabovedot, Zabovedot ],
- [ backslash, bar ] };
-
- // Euro symbol
- key <AE03> { [ 3, EuroSign ],
- [ numbersign ] };
- // Long accent
- key <AE06> { [], [ dead_circumflex, dead_circumflex ] };
-
- // Normal accented vowels
- key <AD03> { [], [ egrave, Egrave ] };
- key <AD07> { [], [ ugrave, Ugrave ] };
- key <AD08> { [], [ igrave, Igrave ] };
- key <AD09> { [], [ ograve, Ograve ] };
- key <AC01> { [], [ agrave, Agrave ] };
-
- // End alphanumeric section
-
- // begin modifier mappings
-
- modifier_map Shift { Shift_L };
- modifier_map Lock { Caps_Lock };
- modifier_map Control{ Control_L };
- modifier_map Mod3 { Mode_switch };
- };
-